<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

html {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    margin: 0;
    padding: 0;
    text-align: left;
    color: #3a3a3a;
    font-size: 14px;
    font-family: "微软雅黑", "Microsoft YaHei", Arial, helvetica, sans-serif;
    background: #ffffff;
}

@font-face {
    font-family: avantgardeitcbybt-demi;
    src: url(../fonts/avantgardeitcbybt-demi.otf) format('truetype')
}

a {
    transition: all 0.3s;
}

a:link {
    color: #3a3a3a;
    text-decoration: none
}

a:visited {
    color: #3a3a3a;
    text-decoration: none
}

a:hover {
    text-decoration: none;
    color: #f00;
}

input,
textarea {
    outline: none;
}

a:focus {
    outline: none;
    -moz-outline: none;
}

div,
p,
h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5 {}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 20px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    *+height: 0%;
}

.responsive-img {
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
}


.show {
    display: block !important;
    opacity: 1 !important;
}

.hide {
    display: none !important;
    opacity: 0 !important;
}



img {
    border: 0px;
}

ul,
li,
dl,
dt,
dd {
    list-style-type: none;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

canvas {
    margin: 0;
    padding: 0;
    display: block;
    border: none;
}

.wenben {
    font-size: 12px;
    line-height: 30px;
    text-align: left;
    color: #3a3a3a;
    letter-spacing: 0.0em;
    font-family: Arial, Helvetica, sans-serif;
}

.wenben ol li {
    line-height: 30px;
    list-style-type: disc;
    font-size: 14px;
}

.wenben0 {
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    color: #434446;
    letter-spacing: 0.0em;
}

.wenben01 {
    line-height: 32px;
    text-align: left;
    color: #3a3a3a;
    letter-spacing: 0.0em;
    font-size: 16px;
}

.border {
    border: #000 1px solid;
}

.center {
    width: 1200px;
    margin: 0 auto;
}

.left {
    float: left;
}

.right {
    float: right;
}

.red {
    color: #f00;
}

.red a:link {
    color: #f00;
    text-decoration: none
}

.red a:visited {
    color: #f00;
    text-decoration: none
}

.red a:hover {
    text-decoration: none;
    color: #f00;
}

.opa {
    opacity: 0;
    filter: alpha(opacity=0);
}

.truncate {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.valign-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.valign-wrapper.img { width: 100%; height: auto; }

.p_tb50 {
    padding: 50px 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.container .row {
    margin-left: -10px;
    margin-right: -10px;
}

.row {
    margin-left: auto;
    margin-right: auto;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.row .col {
    float: left;
    padding: 0 10px;
    min-height: 1px;
    margin-bottom: 10px;
}

.row .col.s1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.s2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.s3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.s4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.s5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.s6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.s7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.s8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.s9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.s10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.s11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.s12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.left-align {
    text-align: left !important;
}

.center-align {
    text-align: center !important;
}

.right-align {
    text-align: right !important;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.section {
    padding: 10px 0;
}

/*PAGE
----------------------------------------*/

.page {
    margin: 20px;
    text-align: right;
    border-top: #CCC 1px dotted;
}

.prev_next li {
    margin: 10px auto;
    background: #eee;
    padding: 10px;
    font-size: 14px;
    line-height: 30px;
    height: 50px;
}

.prev_next li {
    background: #dfdfdf;
    display: block;
    border-radius: 3px;
}

.prev_next li:hover {
    background: #d8d8d8;
    display: block;
    border-radius: 3px;
}

.back_list {
    text-align: right;
    font-size: 16px;
}

.back_list a {}

.back_list a:hover {}


.gridtable table {
    width: 100% !important;
    margin: 0 auto;
    border-width: 1px;
    font-family: verdana, arial, sans-serif;
    color: #333333;
    border-color: #ccc;
    border-collapse: collapse;
}

.gridtable table th {
    border-width: 1px;
    padding: 5px;
    border-style: solid;
    border-color: #ccc;
    background-color: #dedede;
    text-align: center;
    font-weight: bold;
}

.gridtable table td {
    border-width: 1px;
    padding: 5px;
    border-style: solid;
    border-color: #ccc;
    text-align: center;
}

.gridtable table td a {
    text-decoration: underline;
    color: #069;
}


.hidden {
    display: none !important
}

.dv {
    display: inline-block;
    vertical-align: middle;
}

.dvr {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

/* Wrap
----------------------------------------*/

#wrap {
    min-width: 1200px;
    margin: 0 auto;
    position: relative;
}

/* Header
----------------------------------------*/
#name_box_w {
    width: 100%;
    background: #ffffff;
    height: 145px;
    position: relative;
    overflow: hidden;
    padding: 45px 0;
    overflow: hidden;
}

#name_box {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

#top_tel {
    float: right;
}


#top_tel li {
    line-height: 30px;
}

#top_tel span {
    font-size: 15px;
    color: #717171;
}

#top_tel span big {
    font-size: 20px;
    color: #75d85b;
    font-weight: bold;
}

#menu_box {
    width: 100%;
    height: 58px;
    border-top: 1px solid #f2f2f2;
    background: url(../Image/menu_bg.jpg) #3bd53b;
}

.menu {
    width: 1200px;
    margin: 0 auto;
    line-height: 57px;
}

.menu li {
    float: left;
    width: 8.33%;
}

.menu a {
    overflow: hidden;
    color: #fff;
    text-align: center;
    font-size: 16px;
    width: 100%;
    display: block;
}

.menu a:hover,
.menu a.current {
    color: #fff;
    font-weight: bold;
    background: #000;
}

#banner_box {
    width: 100%;
    height: 509px;
    overflow: hidden;
    position: relative;
    background: #fff;
}

#banner {
    width: 1920px;
    height: 509px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}

#zy_banner_box {
    width: 100%;
    height: 384px;
    background: url(../Image/zy_banner.jpg) no-repeat center;
}

#top_news_box {
    width: 100%;
    height: 54px;
    background: #ebebeb;
}

#top_news_box_cx {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 54px;
    line-height: 54px;
    font-size: 14px;
    color: #fff1d6;
    overflow: hidden;
}

#top_news_box_cx span {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

#top_news_box_cx a {
    margin: 0 10px;
    color: #8c8c8c;
    display: inline-block;
    line-height: 54px;
    font-size: 14px;
}

#top_news_box_cx a:hover {
    color: #f00;
}

.telbar {
    position: absolute;
    line-height: 57px;
    top: 0;
    right: 0;
    font-size: 15px;
    color: #717171;
}


.telbar big {
    font-size: 20px;
    font-weight: bold;
    color: #000;
}


/* Mid
---------------------*/

#mid_wrap {
    width: 100%;
}

#mid_box {
    width: 1200px;
    margin: 30px auto;
}

.title_box {
    height: 50px;
    line-height: 50px;
    position: relative;
    color: #323232;
    margin-bottom: 20px;
}

.title_box:after {
    width: 100px;
    height: 2px;
    background: #3bd53b;
    display: block;
    content: "";
}

.title_box .title {
    width: 700px;
    text-align: left;
    margin: 0;
    font-size: 25px;
    line-height: 50px;
    height: 50px;
    position: relative;
    color: #323232;
}

.title_box .title span {
    color: #3bd53b;
}

.title_box .title&gt;div {
    position: absolute;
    left: 160px;
    top: 0;
    line-height: 55px;
    font-size: 16px;
    color: #959595;
}

.title_box .title&gt;div big {
    color: #68bd21
}


.title_box .location {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 10px;
    color: #626262;
    height: 55px;
    line-height: 55px;
    font-size: 14px;
    font-weight: normal !important;
}

.title_box .location a {
    color: #494949;
}

.title_box .location a:hover {
    color: #f00;
    position: relative;
    top: 1px;
}

.title_box .location span {
    font-size: 16px;
    border-radius: 50%;
    color: #494949;
    padding: 1px;
}


.title_box .more {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 10px;
    color: #292929;
    height: 55px;
    line-height: 55px;
    font-size: 16px;
    font-weight: normal !important;
}

.title_box .more a {
    color: #494949;
}

.title_box .more a:hover {
    color: #f00;
    position: relative;
    top: 1px;
}

.title_box .more span {
    font-size: 16px;
    border-radius: 50%;
    color: #494949;
    padding: 1px;
}


/* left
----------------------------------------*/
#left_box {
    width: 250px;
    float: left;
}

.lf_box {
    padding: 5px 20px 20px;
    background: #3bd53b;
}

.lf_title {
    border-bottom: 3px solid #fff;
    text-align: left;
    line-height: 30px;
    color: #fff;
    padding: 20px 0 40px;
}

.lf_title a {
    width: 100%;
    height: 66px;
    font-size: 16px;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    display: block;
}

.lf_title b {
    font-size: 12px !important;
    text-transform: uppercase;
}

.list {
    width: 100%;
    margin: 0 auto;
}

.list .nav {
    height: 60px;
    overflow: hidden;
    font-size: 18px;
    border-bottom: 1px solid #fff;
}

.list .nav a {
    color: #fff;
    padding: 0 10px;
    text-align: left;
    line-height: 60px;
    display: block;
    position: relative;
}

.list .nav a:hover {
    color: #ff0;
    background: none !important;
}

.list .nav i {
    position: absolute;
    top: 30px;
    right: 10px;
}

.lf_lx_list { margin-top: 20px; }
.lf_lx_list li {
    line-height: 30px;
    color: #fff;
}



.lx_block ul {
    text-align: center;
}

.lx_block li {
    min-width: 180px;
    padding: 20px;
    margin: 0 10px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #ccc;
    display: inline-block;
}

.lx_block li big {
    font-weight: bold;
}


/* Right
----------------------------------------*/

.bh_title {
    text-align: center;
    margin: 30px 0;
}

.bh_title .h1 {
    font-size: 32px;
    color: #3bd53b;
}

.bh_title .h2 {
    font-size: 14px;
    color: #3a3a3a;
    line-height: 40px;
    font-weight: normal;
}

#right_box_w {
    width: 900px;
    float: right;
}

.rt_main_box {
    height: auto !important;
    min-height: 500px;
    height: 500px;
}

.gs_pic {
    width: 300px;
    padding: 5px;
    border: #efefef 1px solid;
    background: #FFF;
    float: left;
    margin-right: 20px;
}

.in_gs_pic {
    float: left;
    margin-right: 10px;
}

.my_txt {
    padding: 20px 0;
}

.my_txt img {}

#zy_case_box {
    margin-top: 30px;
}

.zy_case_title {
    background: #37ab2a;
    width: 250px;
    height: 28px;
    padding: 10px;
}

#message_box {
    width: 900px;
    height: 559px;
    margin: 0 auto;
    background: url(../Image/yylc.png) center no-repeat;
}

#c_mess_box {
    width: 700px;
    margin: 50px auto;
    text-align: center;
    padding: 20px 0;
}

#c_mess_box h2 {
    color: #3bd53b;
    margin: 30px 0;
    padding: 10px 0; 
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #fefefe;
}

#c_mess_box #a_qq {
    padding: 10px 20px;
    width: 140px;
    font-size: 16px;
    border: 2px solid #c9c9c9;
    border-radius: 20px;
}

#c_mess_box #a_wx {
    padding: 10px 20px;
    width: 140px;
    font-size: 16px;
    border: 2px solid #c9c9c9;
    border-radius: 20px;
    margin: 0 10px;
}

#c_mess_box #a_tel {
    padding: 10px 20px;
    width: 140px;
    font-size: 16px;
    border: 2px solid #c9c9c9;
    border-radius: 20px;
}

#c_mess_box #a_submit {
    padding: 12px 62px;
    background: #e86504;
    text-align: center;
    border: none;
    border-radius: 20px;
    color: #fff;
    font-size: 16px;
    margin: 0 10px;
}

#c_mess_box #a_content {
    width: 640px;
    background: none;
    padding: 10px 20px;
    font-size: 16px;
    border: 2px solid #c9c9c9;
    border-radius: 20px;
    margin: 30px 0;
}


.nf {
    transition: all 0.3s;
    width: 55px;
    display: inline-block;
    padding: 5px;
    margin-right: 10px;
    background: #f00;
    color: #fff;
    line-height: 12px;
    border-radius: 5px;
}

.nf:hover {
    padding: 3px 10px;
    background: url(../Image/hover.png) center no-repeat #111;
}

.cate_cont {
    margin: 0 auto;
    padding: 20px;
    border: 15px #efefef double;
}

/* Footer
----------------------------------------*/

.page-footer {
    width: 100%;
    overflow: hidden;
    height: 43px;
    line-height: 43px;
    background: #3b3b3b;
    text-align: center;
    color: #fff;
}

.page-footer a {
    margin: 0 20px;
    color: #fff;
}

.page-footer a:hover {
    color: #ffff00;
}

.footer-copyright {
    background: #252525;
    color: #b5b5b5;
    line-height: 25px;
}

.footer-copyright .footer-link {
    top: 25px;
    right: 10px;
    color: #b5b5b5;
}

.footer-copyright a {
    color: #b5b5b5;
}

.footer-copyright a:hover {
    color: #f00;
}



/*NEWS CONTENTS PAGE*/

.indexNewsllist li {
    line-height: 50px;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
}


.my_txt .indexNews li {
    border-bottom: 2px #ccc solid;
    padding: 10px 0;
    transition: all 0.3s;
}

.my_txt .indexNews li {
    margin: 0 auto;
    height: 90px;
    line-height: 30px;
    position: relative;
    margin-bottom: 20px;
}

.my_txt .indexNews li a {
    color: #3bd53b;
    display: block;
}

.my_txt .indexNews li a span {
    color: #fff;
}

.my_txt .indexNews li a:hover {
    background-color: #fff;
}

.my_txt .indexNews li:hover {
    box-shadow: 0 0 3px #000;
    border-bottom: 2px #fff solid;
    padding: 10px;
}

.my_txt .wen {
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.my_txt .da {
    width: 100%;
    height: 50px;
    line-height: 25px;
    margin: 10px 0;
    overflow: hidden;
}


#in_news .indexNews li {
    margin: 0 auto;
    height: 90px;
    line-height: 30px;
    position: relative;
    margin-bottom: 5px;
}

#in_news .indexNews li a {
    color: #3bd53b;
    display: block;
}

#in_news .indexNews li a:hover {
    box-shadow: 0 0 3px #000;
    background-color: #fff;
    padding: 0 10px;
}

#in_news .wen {
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

#in_news .da {
    width: 100%;
    height: 50px;
    line-height: 25px;
    margin: 5px 0;
    overflow: hidden;
}

.wen span {
    background-color: #e6c33b;
    padding: 2px 5px;
    color: #3bd53b;
}

.da span {
    background-color: #3bd53b;
    padding: 2px 5px;
    color: #e6c33b;
    text-align: justify;
}

.Newstime {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 40px;
}

#best_news {
    width: 100%;
    height: 340px;
}

#slide {
    width: 677px;
    height: 340px;
    float: left;
}

#best_news_list {
    width: 500px;
    height: 340px;
    float: right;
}

#best_news_list li {
    width: 100%
}

#best_news_list li span {
    font-size: 24px;
}

#best_news_list li {
    height: 90px;
    line-height: 20px;
    position: relative;
    margin: 10px 0;
    border-bottom: 1px solid #f0f0f0;
    overflow: hidden;
}

#best_news_list li a {
    height: 80px;
    display: block;
    padding: 5px;
    overflow: hidden;
}

#best_news_list li a:hover {
    background: #bcd8ff;
    color: #FFF;
}

.news_detail {
    height: auto !important;
    min-height: 330px;
    height: 330px;
    padding: 10px 0;
}

#news_t {
    color: #000;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
}

#news_d {
    color: #000;
    font-size: 14px;
    text-align: left;
    background: #efefef;
    margin: 10px 0;
    padding: 10px;
    -moz-border-radius: 5px;
    /* Gecko browsers */
    -webkit-border-radius: 5px;
    /* Webkit browsers */
    border-radius: 5px;
    /* W3C syntax */
}

#news_img {
    text-align: center;
    position: relative;
}

.wenben01 img,
#news_img img,
.news_img img {
    max-width: 900px;
}

#newsContent {

    margin-bottom: 16px;
    text-align: left;
}

#newsContent img {
    max-width: 900px;
}


#newsInfo {
    margin: 0px;
    font-weight: normal;
    text-align: left;
    padding: 10px;
}

#newsInfo iframe {
    width: 900px;
    height: 600px;
}

#newsInfo img {
    max-width: 900px;
}

.proimg img {
    max-width: 500px !important;
}



/*GUESTBOOK PAGE*/

.G_InputText0 {
    width: 310px;
    height: 32px;
    padding: 10px;
    border: 1px solid #ccc;
    margin: 5px 0;
}

.G_textarea0 {
    width: 310px;
    height: 100px;
    padding: 10px;
    border: 1px solid #ccc;
    margin: 5px 0;
}


.G_InputText {
    width: 790px;
    height: 32px;
    padding: 10px;
    border: 1px solid #ccc;
    margin: 5px 0;
}

.G_textarea {
    width: 790px;
    height: 100px;
    padding: 10px;
    border: 1px solid #ccc;
    margin: 5px 0;
}

.G_botton {
    width: 100px;
    line-height: 12px;
    padding: 10px;
    line-height: 14px;
    background: #3bd53b;
    cursor: pointer;
    color: #FFF;
    border: none;
    float: right;
    border-radius: 3px;
}

.yanzheng {
    width: 300px;
    height: 12px;
    padding: 5px;
    border: 1px solid #ccc;
    margin: 5px 0;
}


.jobs ul {
    list-style: none;
    margin-top: 12px;
}

.jobs ul li {
    height: 150px;
    width: 98%;
    margin: 0 auto;
    border-top: 1px #cdcdcd dashed;
}

.jobs ul li .recruit_info {
    color: #000;
    font-family: 'Microsoft YaHei', arial;
    font-size: 14px;
    line-height: 36px;
}

.jobs ul li .recruit_info .job_nam {
    color: #be0000;
    font-weight: bold;
}

.jobs ul li .but {
    width: 74px;
    height: 31px;
    line-height: 31px;
    background: #087000;
    border-radius: 2px;
    float: right;
    margin-top: -40px;
    margin-right: 22px;
    text-align: center;
}

.jobs ul li .but a {
    text-decoration: none;
    font-family: 'Microsoft YaHei', 黑体, sans-serif;
    color: #FFF;
    display: block;
}



.recruit_info_tit_bg {
    width: 100%;
    height: 31px;
    background: #fafafa;
    border-radius: 2px;
}

.recruit_info_tit_bg .recruit_info_tit {
    width: 73px;
    height: 31px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    background: #3bd53b;
    font-family: 'Microsoft YaHei', arial;
    font-size: 14px;
    color: #fff;
    line-height: 31px;
    text-indent: 8px;
}


.recruit_info_tit_bg {
    width: 100%;
    height: 40px;
    background: #ececec;

    margin: 30px 0;
}

.recruit_info_tit_bg .recruit_info_tit {
    width: 120px;
    height: 40px;
    background: #3bd53b;
    font-family: 'Microsoft YaHei', arial;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    text-indent: 8px;

    text-align: center;
}

.recruit_info_main {
    padding: 5px;
}

.recruit_info_main p {
    width: 650px;
    font-family: 'Microsoft YaHei', arial;
    text-align: justify;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 28px;
    color: #3a3a3a;
}

.order {
    width: 96%;
    margin: 0 auto;
}

.order_but {
    padding: 10px;
    cursor: pointer;
}


/*PRODUCTS LIST PAGE*/

#picUL {
    text-indent: 0;
    overflow: hidden;
    text-align: center;
}

#picUL li {
    width: 280px;
    height: 260px;
    background: url(../Image/str.png) #fff;
    margin: 10px;
    float: left;
}

#picUL li:hover {
    background: url(../Image/str.png) #fafafa
}

#picUL a {
    width: 270px;
    height: 260px;
    text-align: center;
    display: inline;
    padding: 5px;
    display: block;
    line-height: 30px;
    font-size: 14px;
    background: url(../Image/proshadow.jpg) no-repeat center bottom;
    color: #000;
    overflow: hidden;
    position: relative;
}

.sy {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: url(../Image/sy.png) center no-repeat;
    background-size: 100%;
}

.sy0 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: url(../Image/sy.png) center no-repeat;
    background-size: 30%;
}

#picUL a:hover {
    background: url(../Image/proshadow.jpg) no-repeat bottom;
}

#picUL a img {
    max-width: 270px;
    height: 210px;
}

#picList {
    width: 100%;
    padding: 10px 0 0 0;
}

#picList li {
    transition: all 0.3s;
    height: 170px;
    margin-bottom: 20px;
    background: #fcfcfc;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 0 1px #ccc;
}

#picList li:hover {
    box-shadow: 0 0 5px #ffe5e5;
}

#picList li a {
    display: block;
}

#picList li a:hover .d2 i {
    background: #3bd53b;
    color: #fff;
}

#picList .picList_date {
    float: left;
    width: 100px;
    height: 170px;
    color: #fff;
    text-align: left;
}

#picList .picList_date .d1 {
    font-size: 30px;
    color: #898989;
}

#picList .picList_date .d2 {
    font-size: 16px;
    color: #444;
    line-height: 60px;
}

#picList .picList_date .d2 i {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    transition: all 0.3s;
}

#picList .picList_date .d3 {
    font-size: 16px;
    color: #aaa;
}

#picList .picList_line {
    width: 100px;
    height: 1px;
    margin-top: 20px;
    width: 35px;
    background: #bebebe;
    float: left;
    transition: all 0.5s;
}

#picList li a:hover .picList_line {
    background: #000;
    width: 70px;
}

#picList .img {
    float: right;
    width: 220px;
    height: 160px;
    overflow: hidden;
    background: #fff;
}

#picList .Pic_list_txt {
    width: 440px;
    padding-right: 10px;
    float: left;
    margin: 0 20px;
    position: relative;
    height: 160px;
    overflow: hidden;
    text-align: justify;
}

#picList .Pic_list_txt .t1 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    width: 100%;
    color: #000;
}

#picList .Pic_list_txt .t2 {
    overflow: hidden;
    padding: 8px 0;
    height: 90px;
    font-size: 14px;
    line-height: 25px;
    color: #666;
}

#picList .Pic_list_txt .t3 {
    font-size: 10px;
    text-align: right;
    line-height: 30px;
    color: #000;
}

#picList .Pic_list_txt .time {
    text-align: right;
    line-height: 20px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif !important;
}


#cxList {
    width: 100%;
}

#cxList li {
    width: 283px;
    height: 400px;
    transition: all 0.3s;
    margin: 10px 7px;
    border: #d9d9d9 1px solid;
    float: left;
}

#cxList li:hover {
    box-shadow: 0 0 3px #000;
}

#cxList li a {
    display: block;
    position: relative;
}

#cxList .img {
    width: 264px;
    height: 207px;
    margin: 10px auto;
}

#cxList .img img {
    width: 264px;
    height: 207px;
}

#cxList .cxList_txt {
    width: 100%;
    position: relative;
    height: 168px;
    border-bottom: 1px solid #d9d9d9;
    overflow: hidden;
}

#cxList .cxList_txt .t1 {
    padding: 0 10px;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    height: 50px;
    overflow: hidden;
    width: 80%;
    margin: 0 auto;
    color: #d22626;
    border-bottom: 1px dashed #ddd;
}

#cxList .cxList_txt .t2 {
    padding: 8px 10px;
    margin: 5px 0;
    overflow: hidden;
    height: 45px;
    font-size: 14px;
    line-height: 25px;
    color: #666;
}

#cxList .cxList_txt .t3 {
    padding: 0 10px;
    font-size: 10px;
    line-height: 30px;
}

#cxList .cxList_txt .time {
    text-align: right;
    line-height: 20px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif !important;
}

#cxList li .fa-angle-right {
    transition: all 0.3s;
    position: absolute;
    bottom: 0;
    right: 10px;
    background: #900;
    width: 40px;
    height: 30px;
    color: #fff;
    text-align: center;
    line-height: 30px;
}

#cxList li:hover .fa-angle-right {
    background: #f60 !important;
    transform: translateX(10px);
}


#dwonList {
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
}

#dwonList li {
    line-height: 40px;
    margin: 5px 0;
    position: relative;
}

#dwonList li a {
    display: block;
    color: #000;
    background: #efefef;
    padding: 0 10px;
}

#dwonList li a:hover {
    background: #127228;
    color: #FFF;
}

.Dicon {
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 40px;
    font-size: 18px;
}


.productUL li .box {
    padding: 20px;
    height: 245px;
    border: #CCC 1px solid;
    background: #fff;
    margin: 5px 0;
}

.productUL li .pro_pic {
    width: 180px;
    height: 200px;
    float: left;
    overflow: hidden;
}

.productUL li .pro_pic img {
    width: 180px;
    height: auto;
    margin: 0 auto;
}

.productUL li .pro_txt {
    width: 200px;
    height: 200px;
    float: right;
    overflow: hidden;
}

.productUL li .pro_txt .p1 {
    height: 30px;
    font-weight: bold;
    color: #333;
    line-height: 30px;
    font-size: 18px;
    overflow: hidden;
}

.productUL li .pro_txt .p2 {
    height: 90px;
    overflow: hidden;
    color: #333;
    line-height: 30px;
    font-size: 14px;
    margin: 5px 0;
}

.productUL .pro_txt .bt {
    padding: 5px 10px;
    background: #3bd53b;
    font-size: 14px;
    color: #FFF;
    margin-right: 10px;
}

.productUL li .pro_txt .bt:hover {
    background: #900;
}

.pro_gd_l {
    float: left;
}

.pro_gd_r {
    float: right;
}

#proUL {
    text-indent: 0;
    overflow: hidden;
    text-align: center;
}

#proUL li {
    margin-bottom: 20px;
}

#proUL a {
    width: 100%;
    height: 250px;
    text-align: center;
    display: inline;
    padding: 5px;
    float: left;
    display: block;
    line-height: 25px;
    font-size: 16px;
    color: #000;
    overflow: hidden;
    background: #efefef;
    position: relative;
    box-shadow: 8px 8px 0 #ccc;
}

#proUL a:hover {
    color: #fff;
    background: #3bd53b;
}

#proUL li .img {
    width: 100%;
    height: 200px;
    background: #FFF;
    overflow: hidden;
    position: relative;
}

#proUL a img {
    width: 100%;
    height: auto;
    transition: all 0.3s;
}

#proUL a:hover img {
    transform: scale(1.1);
}

#proUL a .title {
    line-height: 40px;
}


#pro_img_prev {
    position: absolute;
    top: 50%;
    left: 45px;
    margin-top: -40px;
    z-index: 9;
}

#pro_img_next {
    position: absolute;
    top: 50%;
    right: 45px;
    margin-top: -40px;
    z-index: 9;
}

.pbt a {
    width: 70px;
    height: 70px;
    background: rgba(70, 185, 51, 0.5);
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    line-height: 70px;
}

.pbt a i {
    font-size: 30px !important;
}

.pbt a:hover {
    border-radius: 50%;
    background: rgba(70, 185, 51, 1);
}

.shan {
    font-size: 20px;
}

.p_name {
    font-weight: bold;
}

.lx_list {
    text-align: left;
    margin: 10px 0;
    line-height: 30px;
}

.lxwm_ewm {
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
}

.lx_name {
    font-size: 20px;
    position: relative;
    padding-bottom: 10px;
}

.lx_name i {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 86px;
    height: 4px;
    background: #415a78;
    display: block;
}


/*PRODUCTS LIST PAGE*/

#pro_img {
    width: 400px;
    height: 300px;
    float: left;
    border: 1px solid #ccc;
    overflow: hidden;
    text-align: center;
}

#pro_img img {
    height: 300px;
}

#pro_txt {
    width: 440px;
    height: 300px;
    float: right;
    text-align: justify;
}

#pro_dec {
    line-height: 30px;
    height: 140px;
    overflow: hidden;
    padding: 10px 0;
}

#pro_tel_ewm {
    font-size: 18px;
}

#pro_tel_ewm .pro_tel_ewm_tel {
    margin-left: 20px;
    float: left;
    padding-top: 0px;
    color: #3bd53b;
    font-weight: bold;
}

#pro_tel_ewm .pro_tel_ewm_tel span {
    font-size: 20px;
}

.pro_info_tit {
    width: 100px;
    height: 30px;
    background: #3bd53b;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    text-indent: 8px;

    text-align: center;
    margin: 10px 0;
}

#pro_order {
    width: 50%;
    float: left;
}

#pro_lxwm {
    width: 50%;
    float: right;
}
/**/

#hotgoods .box {
    width: 100%;
    height: 238px;
    display: inline-block;
    background: #eceaea;
    border: 3px solid #eceaea;
}

#hotgoods .box .img {
    width: 100%;
    height: 191px;
    display: block;
    text-align: center;
}

#hotgoods .box .img img {
    max-width: 100%;
    height: 191px;
    display: block;
    margin: 0 auto;
}

#hotgoods .box .gd_title {
    padding: 0 10px;
    background: #eceaea;
    line-height: 40px;
    height: 40px;
    position: relative;
    overflow: hidden;
}

#hotgoods .box .pro_xq {
    color: #fff;
    position: absolute;
    right: 45px;
    bottom: 8px;
    display: inline-block;
    line-height: 12px;
    padding: 5px;
    background: #018230;
}

#hotgoods .box .pro_zx {
    color: #fff;
    position: absolute;
    right: 5px;
    bottom: 8px;
    display: inline-block;
    line-height: 12px;
    padding: 5px;
    background: #0078bd;
}

#hotgoods .box .bt:hover {
    color: #fff;
    background: #f60;
}


/*INDEX*/

.share_to {
    position: absolute;
    top: 80px;
    left: 10px;
}

.share_to a {
    display: inline-block;
    margin: 0 3px;
    vertical-align: top;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #252525;
    border-radius: 5px;
    margin: 0 10px 0 0;
    font-size: 18px;
    color: #FFF;
    color: #FFF !important;
    display: inline-block;
}

.share_to a:hover {
    color: #f00;
}

#in_mid_box {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
}

.in_mid {
    width: 1200px;
    margin: 20px auto;
}

.in_title {
    height: auto;
    position: relative;
    text-align: center;
    font-size: 18px;
    color: #e4e4e4;
    line-height: 40px;
}

.in_title:after {
    display: block;
    margin: 15px auto;
    width: 57px;
    height: 4px;
    background: #3bd53b;
    content: "";
}

.in_title big {
    display: inline-block;
    font-size: 35px;
    font-weight: bold;
    color: #000;
}

#in_ys_w {
    width: 100%;
    overflow: hidden;
}

#in_ys {
    width: 1200px;
    margin: 0 auto;
}

#in_ys_link {
    width: 100%;
    margin: 50px auto 0;
}

#in_ys_link ul li {
    border-right: 1px solid #ececec;
    padding: 0 40px;
    text-align: center;
}

#in_ys_link ul li:last-child {
    border-right: none;
}

#in_ys_link ul li big {
    margin-top: 10px;
    display: block;
    font-size: 25px;
    font-weight: bold;
    color: #000;
    display: block;
}

#in_ys_link ul li big:after {
    display: block;
    margin: 15px auto;
    width: 23px;
    height: 4px;
    background: #3bd53b;
    content: "";
}

#in_ys_link ul li p {
    line-height: 22px;
    font-size: 14px;
    color: #000000;
}


#in_product_w {
    width: 100%;
    background: #f6f6f6;
    position: relative;
    overflow: hidden;
}

#in_product_w .in_title:after {
    display: none;
}

.in_type {
    margin: 20px 0;
}

.in_type li a {
    background: #3bd53b;
    color: #fff;
    display: block;
    font-size: 18px;
}

.in_type li a:hover {
    color: #fff;
    background: #000;
}

.in_title0 {
    position: relative;
    font-size: 20px;
    color: #ababab;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-left: 10px;
}

.in_title0 big {
    font-size: 35px;
    color: #000000;
    font-weight: bold;
}

.in_title0 .more {
    position: absolute;
    top: 20px;
    right: 0;
    display: block;
}

.in_title0 .more a {
    display: inline-block;
    color: #7a7a7a;
    font-size: 14px;
}

.in_title0 .more a:hover {
    color: #f00;
    position: relative;
    top: 1px;
}

#in_box_w .main {
    width: 100%;
    height: 290px;
    background: #fff;
    box-shadow: 0 0 3px #ccc;
    padding: 20px;
    overflow: hidden;
}

#in_news {
    padding-right: 20px;
}

#in_gsjj {
    padding-left: 20px;
}


#in_gsjj .cont {
    height: 260px;
    overflow: hidden;
}

.in_newslist {
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
}

.in_newslist li {
    width: 100%;
    height: 73px;
    transition: all 0.3s;
    margin-bottom: 20px;
}

.in_newslist li a {
    color: 000000;
    height: 73px;
    display: block;
    font-size: 16px;
    background: #f6f6f6;
}

.in_newslist li .Time {
    width: 73px;
    height: 73px;
    background: #a7a7a7;
    color: #000;
    float: left;
}

.in_newslist li .Time span {
    margin: 0 auto;
    color: #fff;
}

.in_newslist li .Time span big {
    display: block;
    font-size: 20px;
    font-weight: bold;
}

.in_newslist li .Time span big:after {
    content: "";
    width: 50px;
    height: 1px;
    background: #fff;
    display: block;
    margin: 5px 0;
}


.in_newslist li a:hover .Time {
    background: #3bd53b;
    color: #fff;
}

.in_newslist li a:hover {
    color: #3bd53b;
}

.in_newslist li .cont {
    width: 440px;
    margin-left: 10px;
    float: left;
    padding: 10px;
    line-height: 25px;
    font-size: 16px;
}

#in_case_w {
    padding-bottom: 20px;
}

</pre></body></html>